object fLangCaption: TfLangCaption Left = 340 Top = 158 Width = 600 Height = 400 BorderIcons = [biSystemMenu, biMaximize] Caption = 'Multilingual caption' Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] KeyPreview = True OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown OnShow = FormShow PixelsPerInch = 96 TextHeight = 14 object Splitter1: TSplitter Left = 0 Top = 116 Width = 592 Height = 3 Cursor = crVSplit Align = alTop Beveled = False MinSize = 116 end object pDef: TPanel Left = 0 Top = 0 Width = 592 Height = 116 Align = alTop BevelOuter = bvNone BorderWidth = 5 TabOrder = 0 OnResize = pDefResize object pcMain: TPageControl Left = 5 Top = 5 Width = 582 Height = 106 ActivePage = tsOptions Align = alClient TabOrder = 0 OnChange = pcMainChange object tsDefault: TTabSheet Caption = '&Default caption' object mDefaultCaption: TMemo Left = 0 Top = 0 Width = 574 Height = 82 Align = alClient Font.Charset = EASTEUROPE_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Arial' Font.Style = [] ParentFont = False ScrollBars = ssBoth TabOrder = 0 WordWrap = False end end object tsOptions: TTabSheet Caption = 'Optio&ns' object lLangFile: TLabel Left = 5 Top = 12 Width = 266 Height = 14 AutoSize = False Caption = '&Language file:' FocusControl = eLangFile end object lConstsFile: TLabel Left = 280 Top = 12 Width = 291 Height = 14 AutoSize = False Caption = 'Consts fil&e:' FocusControl = eConstsFile end object chAutoSave: TCheckBox Left = 5 Top = 56 Width = 156 Height = 17 Caption = 'Au&to save language file' TabOrder = 0 OnClick = chAutoSaveClick end object eLangFile: TEdit Left = 5 Top = 28 Width = 266 Height = 22 ParentColor = True ReadOnly = True TabOrder = 1 Text = 'eLangFile' end object eConstsFile: TEdit Left = 280 Top = 28 Width = 291 Height = 22 ParentColor = True ReadOnly = True TabOrder = 2 Text = 'eConstsFile' end object chAutoConsts: TCheckBox Left = 280 Top = 56 Width = 156 Height = 17 Caption = 'Auto &generate consts file' TabOrder = 3 end end end end object Panel2: TPanel Left = 0 Top = 340 Width = 592 Height = 31 Align = alBottom BevelOuter = bvNone TabOrder = 1 object Panel3: TPanel Left = 426 Top = 0 Width = 166 Height = 31 Align = alRight BevelOuter = bvNone TabOrder = 0 object bOK: TButton Left = 6 Top = 2 Width = 75 Height = 25 Caption = '&OK' TabOrder = 0 OnClick = bOKClick end object bCancel: TButton Left = 86 Top = 2 Width = 75 Height = 25 Cancel = True Caption = '&Cancel' TabOrder = 1 OnClick = bCancelClick end end object bSave: TButton Left = 85 Top = 2 Width = 75 Height = 25 Caption = '&Save' TabOrder = 1 OnClick = bSaveClick end object bSaveAs: TButton Left = 165 Top = 2 Width = 75 Height = 25 Caption = 'Sa&ve as...' TabOrder = 2 OnClick = bSaveAsClick end object bConstFile: TButton Left = 245 Top = 2 Width = 75 Height = 25 Caption = 'Consts &file...' TabOrder = 3 OnClick = bConstFileClick end object bOpen: TButton Left = 5 Top = 2 Width = 75 Height = 25 Caption = 'Op&en' TabOrder = 4 OnClick = bOpenClick end end object lecMain: TMBWLangEditComp Left = 0 Top = 119 Width = 592 Height = 221 Align = alClient OnGuiChange = lecMainGuiChange end object sdMain: TSaveDialog Filter = 'MBW Language Editor Files (*.mld)|*.mld|All files (*.*)|*.*' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofCreatePrompt] Title = 'Save multi-language file' Left = 495 end object odMain: TOpenDialog Filter = 'MBW Language Editor Files (*.mld)|*.mld|All files (*.*)|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist] Title = 'Open multi-language file' Left = 525 end object sdConst: TSaveDialog Filter = 'Delphi Source Files (*.pas)|*.pas|All files (*.*)|*.*' Options = [ofOverwritePrompt, ofHideReadOnly, ofPathMustExist, ofCreatePrompt] Title = 'Save language consts file' Left = 560 end end